home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / finance / ubook401.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-01-05  |  302b  |  16 lines

  1. echo off
  2. if "%1"=="" goto err
  3. md %1\upsbook
  4. cd %1\upsbook
  5. copy *.* %1/v
  6. del %1install.bat
  7. %1
  8. echo UPSBOOK installation complete.
  9. echo type UBOOK to start UPSBOOK.
  10. goto end
  11. :err
  12. cls
  13. echo You MUST enter the drive on which you wish to install UPSBOOK.
  14. echo For example type INSTALL C:
  15. :end
  16.